Html Css Color HEX #250C67 Persian Indigo

📋 copy color: '#250C67'

red 37 ◦ green 12 ◦ blue 103

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

Shades of Persian Indigo #250C67

Tints of Persian Indigo #250C67

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.89%

 BLUE value IS 103 (40.63% from 255) = 67.76%

R = 24.34%
G = 7.89%
B = 67.76%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#250C67 (or 0x250C67) is known color: Persian Indigo. HEX triplet: 25, 0C and 67. RGB value is (37,12,103). Sum of RGB (Red+Green+Blue) = 37+12+103=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #250C67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C67 is #DAF398. Grayscale: #1D1D1D. Windows color (decimal): -14349209 or 6753317. OLE color: 6753317.

HSL color Cylindrical-coordinate representation of color #250C67: hue angle of 256.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250C67 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 12 103 -
CMYK 0.64 0.88 0 0.60
HSL 256.48º 0.79% 0.23% -
HSV(B) 256.48º 0.88% 0.4% -
XYZ 3.34 1.64 12.97 -
YUV 29.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 37 12 103 0.64 0.88 0 0.60 256.48 0.79 0.23
Hex 25 C 67 40 58 0 3C 100 4F 17
Octal 45 14 147 100 130 0 74 400 117 27
Binary 100101 1100 1100111 1000000 1011000 0 111100 100000000 1001111 10111

Color Harmonies of #250C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C67

Black with #250C67

Text Example


Text Example

White with #250C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,12,103); }

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

background-color css

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

 a { background-color: rgb(37,12,103); }

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

border-color css

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

 span { border-color: rgb(37,12,103); }

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