Html Css Color HEX #1F1CB6 Persian Blue

📋 copy color: '#1F1CB6'

red 31 ◦ green 28 ◦ blue 182

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

Shades of Persian Blue #1F1CB6

Tints of Persian Blue #1F1CB6

RGB

 RED value IS 31 (12.5% from 255) = 12.86%

 GREEN value IS 28 (11.33% from 255) = 11.62%

 BLUE value IS 182 (71.48% from 255) = 75.52%

R = 12.86%
G = 11.62%
B = 75.52%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1F1CB6 (or 0x1F1CB6) is known color: Persian Blue. HEX triplet: 1F, 1C and B6. RGB value is (31,28,182). Sum of RGB (Red+Green+Blue) = 31+28+182=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 182 (71.48% from 255 or 75.52% from 241); Max value from RGB is 182 - color contains mainly: blue. Hex color #1F1CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1CB6 is #E0E349. Grayscale: #2D2D2D. Windows color (decimal): -14738250 or 11934751. OLE color: 11934751.

HSL color Cylindrical-coordinate representation of color #1F1CB6: hue angle of 241.17º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F1CB6 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 28 182 -
CMYK 0.83 0.85 0 0.29
HSL 241.17º 0.73% 0.41% -
HSV(B) 241.17º 0.85% 0.71% -
XYZ 9.42 4.5 44.63 -
YUV 46.45 204.49 116.98 -
System Red Green Blue C M Y K H S L
Decimal 31 28 182 0.83 0.85 0 0.29 241.17 0.73 0.41
Hex 1F 1C B6 53 55 0 1D F1 49 29
Octal 37 34 266 123 125 0 35 361 111 51
Binary 11111 11100 10110110 1010011 1010101 0 11101 11110001 1001001 101001

Color Harmonies of #1F1CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1CB6

Black with #1F1CB6

Text Example


Text Example

White with #1F1CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F1CB6; }

 p { color: rgb(31,28,182); }

 H1.HeaderClassName
 {
   color: #1F1CB6;
 }
 .AnyTagClassName
 {
   color: #1F1CB6;
 }
</style>

background-color css

<style>
 a { background-color: #1F1CB6; }

 a { background-color: rgb(31,28,182); }

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

border-color css

<style>
 span { border-color: #1F1CB6; }

 span { border-color: rgb(31,28,182); }

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