Html Css Color HEX #1F0062 Persian Indigo

📋 copy color: '#1F0062'

red 31 ◦ green 0 ◦ blue 98

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

Shades of Persian Indigo #1F0062

Tints of Persian Indigo #1F0062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 75.97%

R = 24.03%
G = 0%
B = 75.97%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1F0062 (or 0x1F0062) is known color: Persian Indigo. HEX triplet: 1F, 00 and 62. RGB value is (31,0,98). Sum of RGB (Red+Green+Blue) = 31+0+98=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 98 (38.67% from 255 or 75.97% from 129); Max value from RGB is 98 - color contains mainly: blue. Hex color #1F0062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0062 is #E0FF9D. Grayscale: #141414. Windows color (decimal): -14745502 or 6422559. OLE color: 6422559.

HSL color Cylindrical-coordinate representation of color #1F0062: hue angle of 258.98º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0062 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 0 98 -
CMYK 0.68 1 0 0.62
HSL 258.98º 1% 0.19% -
HSV(B) 258.98º 1% 0.38% -
XYZ 2.77 1.17 11.64 -
YUV 20.44 171.77 135.53 -
System Red Green Blue C M Y K H S L
Decimal 31 0 98 0.68 1 0 0.62 258.98 1 0.19
Hex 1F 0 62 44 64 0 3E 103 64 13
Octal 37 0 142 104 144 0 76 403 144 23
Binary 11111 0 1100010 1000100 1100100 0 111110 100000011 1100100 10011

Color Harmonies of #1F0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0062

Black with #1F0062

Text Example


Text Example

White with #1F0062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,0,98); }

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

background-color css

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

 a { background-color: rgb(31,0,98); }

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

border-color css

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

 span { border-color: rgb(31,0,98); }

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