Html Css Color HEX #302BC9 Persian Blue

📋 copy color: '#302BC9'

red 48 ◦ green 43 ◦ blue 201

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

Shades of Persian Blue #302BC9

Tints of Persian Blue #302BC9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.73%

 BLUE value IS 201 (78.91% from 255) = 68.84%

R = 16.44%
G = 14.73%
B = 68.84%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#302BC9 (or 0x302BC9) is known color: Persian Blue. HEX triplet: 30, 2B and C9. RGB value is (48,43,201). Sum of RGB (Red+Green+Blue) = 48+43+201=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 201 (78.91% from 255 or 68.84% from 292); Max value from RGB is 201 - color contains mainly: blue. Hex color #302BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BC9 is #CFD436. Grayscale: #3D3D3D. Windows color (decimal): -13620279 or 13183792. OLE color: 13183792.

HSL color Cylindrical-coordinate representation of color #302BC9: hue angle of 241.9º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302BC9 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 43 201 -
CMYK 0.76 0.79 0 0.21
HSL 241.9º 0.65% 0.48% -
HSV(B) 241.9º 0.79% 0.79% -
XYZ 12.63 6.57 55.86 -
YUV 62.51 206.16 117.65 -
System Red Green Blue C M Y K H S L
Decimal 48 43 201 0.76 0.79 0 0.21 241.9 0.65 0.48
Hex 30 2B C9 4C 4F 0 15 F2 41 30
Octal 60 53 311 114 117 0 25 362 101 60
Binary 110000 101011 11001001 1001100 1001111 0 10101 11110010 1000001 110000

Color Harmonies of #302BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302BC9

Black with #302BC9

Text Example


Text Example

White with #302BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302BC9; }

 p { color: rgb(48,43,201); }

 H1.HeaderClassName
 {
   color: #302BC9;
 }
 .AnyTagClassName
 {
   color: #302BC9;
 }
</style>

background-color css

<style>
 a { background-color: #302BC9; }

 a { background-color: rgb(48,43,201); }

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

border-color css

<style>
 span { border-color: #302BC9; }

 span { border-color: rgb(48,43,201); }

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