Html Css Color HEX #250E6F Persian Indigo

📋 copy color: '#250E6F'

red 37 ◦ green 14 ◦ blue 111

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

Shades of Persian Indigo #250E6F

Tints of Persian Indigo #250E6F

RGB

 RED value IS 37 (14.84% from 255) = 22.84%

 GREEN value IS 14 (5.86% from 255) = 8.64%

 BLUE value IS 111 (43.75% from 255) = 68.52%

R = 22.84%
G = 8.64%
B = 68.52%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#250E6F (or 0x250E6F) is known color: Persian Indigo. HEX triplet: 25, 0E and 6F. RGB value is (37,14,111). Sum of RGB (Red+Green+Blue) = 37+14+111=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #250E6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250E6F is #DAF190. Grayscale: #1F1F1F. Windows color (decimal): -14348689 or 7278117. OLE color: 7278117.

HSL color Cylindrical-coordinate representation of color #250E6F: hue angle of 254.23º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #250E6F is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 14 111 -
CMYK 0.67 0.87 0 0.56
HSL 254.23º 0.78% 0.25% -
HSV(B) 254.23º 0.87% 0.44% -
XYZ 3.79 1.86 15.2 -
YUV 31.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 37 14 111 0.67 0.87 0 0.56 254.23 0.78 0.25
Hex 25 E 6F 43 57 0 38 FE 4E 19
Octal 45 16 157 103 127 0 70 376 116 31
Binary 100101 1110 1101111 1000011 1010111 0 111000 11111110 1001110 11001

Color Harmonies of #250E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E6F

Black with #250E6F

Text Example


Text Example

White with #250E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250E6F; }

 p { color: rgb(37,14,111); }

 H1.HeaderClassName
 {
   color: #250E6F;
 }
 .AnyTagClassName
 {
   color: #250E6F;
 }
</style>

background-color css

<style>
 a { background-color: #250E6F; }

 a { background-color: rgb(37,14,111); }

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

border-color css

<style>
 span { border-color: #250E6F; }

 span { border-color: rgb(37,14,111); }

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