Html Css Color HEX #2F237B Persian Indigo

📋 copy color: '#2F237B'

red 47 ◦ green 35 ◦ blue 123

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

Shades of Persian Indigo #2F237B

Tints of Persian Indigo #2F237B

RGB

 RED value IS 47 (18.75% from 255) = 22.93%

 GREEN value IS 35 (14.06% from 255) = 17.07%

 BLUE value IS 123 (48.44% from 255) = 60%

R = 22.93%
G = 17.07%
B = 60%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F237B (or 0x2F237B) is known color: Persian Indigo. HEX triplet: 2F, 23 and 7B. RGB value is (47,35,123). Sum of RGB (Red+Green+Blue) = 47+35+123=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F237B is #D0DC84. Grayscale: #303030. Windows color (decimal): -13687941 or 8069935. OLE color: 8069935.

HSL color Cylindrical-coordinate representation of color #2F237B: hue angle of 248.18º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F237B is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 35 123 -
CMYK 0.62 0.72 0 0.52
HSL 248.18º 0.56% 0.31% -
HSV(B) 248.18º 0.72% 0.48% -
XYZ 5.35 3.24 19.08 -
YUV 48.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 47 35 123 0.62 0.72 0 0.52 248.18 0.56 0.31
Hex 2F 23 7B 3E 48 0 34 F8 38 1F
Octal 57 43 173 76 110 0 64 370 70 37
Binary 101111 100011 1111011 111110 1001000 0 110100 11111000 111000 11111

Color Harmonies of #2F237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F237B

Black with #2F237B

Text Example


Text Example

White with #2F237B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F237B; }

 p { color: rgb(47,35,123); }

 H1.HeaderClassName
 {
   color: #2F237B;
 }
 .AnyTagClassName
 {
   color: #2F237B;
 }
</style>

background-color css

<style>
 a { background-color: #2F237B; }

 a { background-color: rgb(47,35,123); }

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

border-color css

<style>
 span { border-color: #2F237B; }

 span { border-color: rgb(47,35,123); }

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