Html Css Color HEX #1F0268 Persian Indigo

📋 copy color: '#1F0268'

red 31 ◦ green 2 ◦ blue 104

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

Shades of Persian Indigo #1F0268

Tints of Persian Indigo #1F0268

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.46%

 BLUE value IS 104 (41.02% from 255) = 75.91%

R = 22.63%
G = 1.46%
B = 75.91%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1F0268 (or 0x1F0268) is known color: Persian Indigo. HEX triplet: 1F, 02 and 68. RGB value is (31,2,104). Sum of RGB (Red+Green+Blue) = 31+2+104=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F0268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0268 is #E0FD97. Grayscale: #151515. Windows color (decimal): -14744984 or 6816287. OLE color: 6816287.

HSL color Cylindrical-coordinate representation of color #1F0268: hue angle of 257.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F0268 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 2 104 -
CMYK 0.70 0.98 0 0.59
HSL 257.06º 0.96% 0.21% -
HSV(B) 257.06º 0.98% 0.41% -
XYZ 3.09 1.33 13.19 -
YUV 22.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 31 2 104 0.70 0.98 0 0.59 257.06 0.96 0.21
Hex 1F 2 68 46 62 0 3B 101 60 15
Octal 37 2 150 106 142 0 73 401 140 25
Binary 11111 10 1101000 1000110 1100010 0 111011 100000001 1100000 10101

Color Harmonies of #1F0268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0268

Black with #1F0268

Text Example


Text Example

White with #1F0268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,2,104); }

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

background-color css

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

 a { background-color: rgb(31,2,104); }

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

border-color css

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

 span { border-color: rgb(31,2,104); }

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