Html Css Color HEX #301BCE Persian Blue

📋 copy color: '#301BCE'

red 48 ◦ green 27 ◦ blue 206

#301BCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #301BCE

Tints of Persian Blue #301BCE

RGB

 RED value IS 48 (19.14% from 255) = 17.08%

 GREEN value IS 27 (10.94% from 255) = 9.61%

 BLUE value IS 206 (80.86% from 255) = 73.31%

R = 17.08%
G = 9.61%
B = 73.31%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#301BCE (or 0x301BCE) is known color: Persian Blue. HEX triplet: 30, 1B and CE. RGB value is (48,27,206). Sum of RGB (Red+Green+Blue) = 48+27+206=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #301BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BCE is #CFE431. Grayscale: #343434. Windows color (decimal): -13624370 or 13507376. OLE color: 13507376.

HSL color Cylindrical-coordinate representation of color #301BCE: hue angle of 247.04º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301BCE is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 27 206 -
CMYK 0.77 0.87 0 0.19
HSL 247.04º 0.77% 0.46% -
HSV(B) 247.04º 0.87% 0.81% -
XYZ 12.75 5.87 58.85 -
YUV 53.69 213.96 123.95 -
System Red Green Blue C M Y K H S L
Decimal 48 27 206 0.77 0.87 0 0.19 247.04 0.77 0.46
Hex 30 1B CE 4D 57 0 13 F7 4D 2E
Octal 60 33 316 115 127 0 23 367 115 56
Binary 110000 11011 11001110 1001101 1010111 0 10011 11110111 1001101 101110

Color Harmonies of #301BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BCE

Black with #301BCE

Text Example


Text Example

White with #301BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301BCE; }

 p { color: rgb(48,27,206); }

 H1.HeaderClassName
 {
   color: #301BCE;
 }
 .AnyTagClassName
 {
   color: #301BCE;
 }
</style>

background-color css

<style>
 a { background-color: #301BCE; }

 a { background-color: rgb(48,27,206); }

 div.DivClassName
 {
   background-color: #301BCE;
 }
 .BgClassName
 {
   background-color: #301BCE;
 }
</style>

border-color css

<style>
 span { border-color: #301BCE; }

 span { border-color: rgb(48,27,206); }

 td.TdClassName
 {
   border-color: #301BCE;
 }
 .TagClassName
 {
   border-color: #301BCE;
 }
</style>